Upgrade process from 4.0.x to 7.0.x#863
Conversation
| docker compose logs -f | ||
| ``` | ||
|
|
||
| ## Watch for migration messages and ensure no errors occur |
There was a problem hiding this comment.
I guess we should at least mention here, where to look for those migration messages.
The description in opencloud-eu/opencloud#2760 (comment) has some details about that. You might want to include those here.
If you have questions, I can assist you with that.
| # If you previously used the project name opencloud_full, continue using the same project name to preserve | ||
|
|
||
| ```bash | ||
| Docker networks | ||
| Existing volumes | ||
| Service compatibility | ||
| Option 1 — Temporary | ||
| docker compose -p opencloud_full up -d | ||
| Option 2 — Permanent | ||
| ``` | ||
|
|
||
| - Add to .env: | ||
|
|
||
| ```bash | ||
| COMPOSE_PROJECT_NAME=opencloud_full |
There was a problem hiding this comment.
I think we can remove this. It was relevant when updating to version 4.0.0.
| # Upgrading to OpenCloud 7.0.x | ||
|
|
||
| This guide explains how to upgrade an existing OpenCloud deployment to the 7.0.x release. | ||
| It includes all required migration steps, configuration changes, and search index updates introduced in this release. |
There was a problem hiding this comment.
search index updates for opensearch engine
that should only related people who use opensearch
|
|
||
| ## Before starting the upgrade | ||
|
|
||
| - Ensure you have OpenCloud 4.0.7 installed |
There was a problem hiding this comment.
Thats for stable release. How can we cover the rolling releases?
"For the stable version, ensure you have OpenCloud 4.0.7 installed." ?
| ## Before starting the upgrade | ||
|
|
||
| - Ensure you have OpenCloud 4.0.7 installed | ||
| - Create a complete backup of your configuration and data. |
| </TabItem> | ||
|
|
||
| </Tabs> | ||
|
|
| tls_insecure: false | ||
|
|
||
| diff written to /etc/opencloud/opencloud.config.patch | ||
|
|
There was a problem hiding this comment.
should line 152 to 159 not be in the bash part?
| - Go to the configuration directory: | ||
|
|
||
| ```bash cd /etc/opencloud | ||
|
|
There was a problem hiding this comment.
cd /etc/opencloud need to be in the next line
| ``` | ||
|
|
||
| ## The following configuration entries must exist in opencloud.yaml | ||
|
|
There was a problem hiding this comment.
note, that id and secret changes
| service_account_id: 62b789c9-0dd0-4647-afd3-d6969eab03b8 | ||
| service_account_secret: wAiwglE93^S-y3hm0bo5FS9sFj^rzQ&i | ||
| ``` | ||
|
|
There was a problem hiding this comment.
does the opencloud now work? I think exit the container and start the container again
Upgrading process from 4.0.x to 7.0.x